home *** CD-ROM | disk | FTP | other *** search
- gListWidth = 150;
- gListHeight = 180;
-
- dialog(name: '$$$/Dialogs/ChooseRecipients')
- {
- view(align_children: align_center)
- {
- view(align_children: align_top)
- {
- cluster(item_id: 'PABC', name: '$$$/Dialogs/ChooseRecipients/PAB', align_children: align_offscreen)
- {
- group(item_id: 'grp1')
- {
- list_box(item_id: 'PABL', dwidth: gListWidth, dheight: gListHeight);
- }
- group(item_id: 'grp2')
- {
- static_text(item_id: 'Note', name: '$$$/Note= ', dwidth: gListWidth, dheight: gListHeight);
- }
- }
- view(align_children: align_left)
- {
- gap(dheight: 17);
- button(item_id: 'Add ', name: '$$$/Dialogs/ChooseRecipients/Add', alignment: align_fill);
- }
- cluster(item_id: 'RecC', name: '$$$/Dialogs/ChooseRecipients/Recipients', align_children: align_top)
- {
- list_box(item_id: 'RecL', alignment: align_fill, dwidth: gListWidth, dheight: gListHeight);
- view(align_children: align_fill)
- {
- button(item_id: 'Del ', name: '$$$/Dialogs/ChooseRecipients/Delete', alignment: align_fill);
- button(item_id: 'Info', name: '$$$/Dialogs/ChooseRecipients/Info');
- button(item_id: 'Ownr', name: '$$$/Dialogs/ChooseRecipients/Owner', alignment: align_fill);
- button(item_id: 'User', name: '$$$/Dialogs/ChooseRecipients/User', alignment: align_fill);
- gap(height: gStaticTextHeight);
- button(item_id: 'Perm', name: '$$$/Dialogs/ChooseRecipients/Permissions');
- }
- }
- }
- ok_cancel();
- }
- }
-